projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94fc983
)
Don't even send the NMEAOFF command to the units that can't handle it.
author
robertl
<robertl>
Thu, 8 Apr 2004 03:55:44 +0000
(
03:55
+0000)
committer
robertl
<robertl>
Thu, 8 Apr 2004 03:55:44 +0000
(
03:55
+0000)
It blows the synch on ColorTrak away because it's so slow to respone the
UNABLE...
magproto.c
patch
|
blob
|
history
diff --git
a/magproto.c
b/magproto.c
index b0f66d8a1735171273d8d4c8b22772adb993e206..9e65e791b918cfa76e163d4df989bba83cfcc5b2 100644
(file)
--- a/
magproto.c
+++ b/
magproto.c
@@
-739,7
+739,7
@@
mag_rd_init(const char *portname)
}
}
- if (!is_file) {
+ if (!is_file
&& (icon_mapping != gps315_icon_table)
) {
/*
* The 315 can't handle this command, so we set a global
* to ignore the NAK on it.